home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Tools / SFX-Player / AHI / AHI-SoundDT / RunMe < prev    next >
Text File  |  2000-05-08  |  486b  |  12 lines

  1. FailAt 21
  2. Echo NOLINE Patching...
  3. spatch -psound.pch -oSYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  4. If FAIL
  5.   Echo "*nIt looks like you have the wrong version of sound.datatype installed!"
  6.   Echo "Perhaps you've already patched it, or are using OS 3.0?"
  7.   Quit
  8. EndIf
  9. rename SYS:Classes/Datatypes/sound.datatype SYS:Classes/Datatypes/sound.datatype.os31
  10. rename SYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  11. Echo Finished!
  12.